
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-permanentmarker: 'Permanent Marker',handwriting;
--font-orbitron: 'Orbitron',sans-serif;
--font-vt: 'VT323',monospace;
--font-audiowide: 'Audiowide',display;
--font-anta: 'Anta',sans-serif;
--font-fugazone: 'Fugaz One',display;
--font-robotomono: 'Roboto Mono',monospace;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .eLolFH {
      color:var(--grey-200);
      width:100%;
      display:flex;
      background:var(--grey-800);
      min-height:100vh;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
      scrollbar-width:none;
    }

    .eLolFH::-webkit-scrollbar {
    width: 0;
    }

    .dGCwWG {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:flex-start;
    }

    .eQEvvm {
      flex:1;
      color:#abb7d4;
      opacity:0.76;
      font-size:16px;
      font-family:Inter;
      font-weight:var(--font-weight-light);
      line-height:1.4em;
    }

    .deRcoa {
      width:100%;
      height:100%;
      display:flex;
      row-gap:24px;
      box-shadow:0px 1px 0px 0px #413d51, 1px 0px 0px 0px #413d51;
      column-gap:24px;
      align-items:flex-start;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      justify-content:space-between;
    }

    @media (max-width: 1200px) {

    .deRcoa {
      display:flex;
      flex-direction:column;
    }
    }

    @media (max-width: 960px) {
    }

    .pJemj {
      width:60%;
      display:flex;
      row-gap:32px;
      column-gap:32px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .fvGKdH {
      row-gap:24px;
      column-gap:24px;
    }

    @media (max-width: 960px) {

    .fvGKdH {
      padding-top:60px;
    }
    }

    .cTVcv {
      color:var(--color);
      width:fit-content;
      display:block;
      font-size:13px;
      align-items:flex-start;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
      padding-top:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    @media (min-width: 1200px) {

    .cTVcv {
      display:none;
    }
    }

    .eIWSjn {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    @media (max-width: 1200px) {

    .eIWSjn {
      width:100%;
    }
    }

    .cqiytz {
      display:flex;
      row-gap:16px;
      column-gap:16px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .dFFvvl {
      width:100%;
      display:flex;
      row-gap:16px;
      column-gap:16px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .bPQgxQ {
      flex:1;
      width:100%;
    }

    .bdXDei {
      flex:1;
      color:#cfcfcf;
      font-size:14px;
      text-align:right;
    }

    .fwDFPp {
      color:#cfcfcf;
      font-size:14px;
    }

    .dFnUhZ {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .ui-controler\:aNze-ndakB06YkLOsHV50 {
      width:100%;
    }

    .HomePage\:5k2ji737LR8hD-nhGBHLU {
      width:100%;
    }

    .CdWFn {
      color:var(--color);
      width:fit-content;
      display:block;
      font-size:13px;
      align-items:flex-start;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
      padding-top:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dkaUTR {
      flex:1;
      font-size:var(--font-size-4xl);
    }

    .ebbHLx {
      color:#100f14;
      display:flex;
      row-gap:8px;
      background:#f2f2f3;
      column-gap:8px;
      align-items:center;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    @media (max-width: 960px) {

    .ebbHLx {
      display:none;
    }
    }

    .HomePage\:BTP-ng8kBgTZkji7Efzib {
      width:100%;
    }

    .fEZMrp {
      color:#ffffff;
      width:auto;
      display:inline;
      font-size:16px;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
    }

    .HomePage\:C8ro2zoo1BkHSb-dh3LNa {
      width:100%;
    }

    .HomePage\:FC2SJxhBnCrOGye_L9DSh {
      width:100%;
    }

    .edZfCf {
      width:100%;
      height:100%;
      display:flex;
      background:var(--background);
      box-shadow:0px 0px var(--outline) var(--outline) var(--background) inset, var(--x4) var(--y4) var(--blur4) var(--spread4) var(--shadow4) inset, var(--x3) var(--y3) var(--blur3) var(--spread3) var(--shadow3) inset, var(--x2) var(--y2) var(--blur2) var(--spread2) var(--shadow2) inset, var(--x1) var(--y1) var(--blur1) var(--spread1) var(--shadow1) inset;
      align-items:center;
      border-color:var(--background);
      border-style:solid;
      border-width:var(--outlineBorder);
      justify-content:center;
      border-top-left-radius:var(--radius);
      border-top-right-radius:var(--radius);
      border-bottom-left-radius:var(--radius);
      border-bottom-right-radius:var(--radius);
    }

    .dBdvrr {
      width:100px;
      height:100px;
      display:flex;
      position:relative;
      background:#0a0a0a;
      align-items:stretch;
      flex-direction:column;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .fDBbtP {
      flex:1;
      aspect-ratio:1/1;
    }

    .bOFtuu {
      flex:1;
      width:100%;
      display:flex;
      row-gap:20px;
      position:relative;
      column-gap:20px;
      align-items:stretch;
      flex-direction:row;
      justify-content:flex-start;
    }

    .comic-glow\:7vfxzvkJdsR6aVal_VSfZ {
      top:-9999px;
      left:-9999px;
      opacity:0;
      position:absolute;
    }

    .HomePage\:HCS3aEB0veAr8QIh01N0n {
      top:0px;
      right:0px;
      width:30%;
      height:100vh;
      position:fixed;
    }

    @media (max-width: 1200px) {

    .HomePage\:HCS3aEB0veAr8QIh01N0n {
      width:40%;
    }
    }

    .cVmMXG {
      top:0px;
      right:0px;
      width:100%;
      height:100vh;
      display:flex;
      row-gap:40px;
      z-index:2;
      position:sticky;
      column-gap:40px;
      align-items:center;
      padding-top:60px;
      padding-bottom:60px;
      justify-content:flex-start;
    }

    .fgUuXF {
      height:100%;
      display:flex;
      row-gap:16px;
      box-shadow:0px 1px 0px 0px #413d51, 1px 0px 0px 0px #413d51;
      column-gap:16px;
      align-items:flex-start;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
      justify-content:flex-start;
    }

    .fCogPL {
      display:flex;
      row-gap:16px;
      column-gap:16px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eLfZTg {
      color:#100f14;
      width:fit-content;
      display:flex;
      row-gap:8px;
      background:#f2f2f3;
      column-gap:8px;
      align-items:center;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    @media (min-width: 960px) {

    .eLfZTg {
      display:none;
    }
    }

    .dtCryW {
      display:flex;
      row-gap:0px;
      column-gap:0px;
      align-items:flex-start;
      border-color:#413d51;
      border-style:solid;
      border-width:1px;
      flex-direction:column;
      justify-content:flex-start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .bElIhz {
      flex:1;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 1200px) {

    .bElIhz {
      width:100%;
    }
    }

    @media (max-width: 960px) {

    .bElIhz {
      display:flex;
      row-gap:40px;
      column-gap:40px;
    }
    }

    .bdyKZP {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .bFyEfD {
      color:#8a93ab;
      width:100%;
      cursor:pointer;
      height:32px;
      display:flex;
      font-size:16px;
      background:#100f14;
      align-items:flex-start;
      font-family:Inter;
      font-weight:var(--font-weight-regular);
      user-select:none;
      padding-left:16px;
      padding-right:16px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .bFyEfD.active {
      color:#ffffff;
      background:#292531;
    }

    .bFyEfD:hover {
      color:#ffffff;
      background:var(--grey-800);
    }

    @media (max-width: 1200px) {

    .bFyEfD {
      display:flex;
      align-items:center;
      justify-content:center;
    }
    }

    .bgyOlg {
      width:100%;
      row-gap:80px;
      column-gap:80px;
      padding-top:0px;
      padding-bottom:0px;
    }

    .SmfZX {
      flex:1;
      width:70%;
      background:#101014;
    }

    @media (max-width: 1200px) {

    .SmfZX {
      width:60%;
    }
    }

    .AYWqq {
      width:32px;
      height:32px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .HomePage\:YacV15BULWkm6bGz5mWc- {
      width:100%;
    }

    .HomePage\:Yb9sjA_xe8dQK_tOF2cIu {
      width:60%;
      height:auto;
      aspect-ratio:3/2;
    }

    .bJsRtK {
      flex:1;
      color:#abb7d4;
      font-size:16px;
      font-family:Inter;
      font-weight:var(--font-weight-light);
      line-height:1.4em;
    }

    .dGUuQt {
      flex:1;
      color:white;
      width:auto;
      height:28px;
      display:inline;
      font-size:16px;
      align-items:flex-start;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
      line-height:26px;
      user-select:none;
      justify-content:center;
    }

    @media (max-width: 1200px) {

    .dGUuQt {
      display:none;
    }
    }

    .cqpJsI {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .eCnQoQ {
      color:#8a93ab;
      width:360px;
      display:inline;
      font-size:13px;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
      padding-top:4px;
      padding-bottom:4px;
    }

    .bLIUDI {
      flex:2;
      padding-left:8px;
      padding-right:8px;
    }

    @media (max-width: 1200px) {

    .bLIUDI {
      padding-left:0px;
      padding-right:0px;
    }
    }

    @media (max-width: 960px) {

    .bLIUDI {
      display:flex;
      flex-grow:0;
      flex-basis:auto;
      flex-shrink:0;
    }
    }

    .cHNpsk {
      color:var(--color);
      width:auto;
      display:inline;
      font-size:13px;
      background:#141415;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .HomePage\:c6fHGcss76-Ttl__zjWxe {
      width:100%;
    }

    .buXUMe {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:flex-start;
    }

    @media (max-width: 1200px) {

    .buXUMe {
      border-bottom-color:#413d51;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }
    }

    .ddYnqi {
      flex:1;
      color:#8a93ab;
      display:inline;
      font-size:13px;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
      padding-top:4px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:4px;
    }

    .dlKMeP {
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .cjtYve {
      flex:var(--flex);
      color:#8a93ab;
      display:inline;
      font-size:14px;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
      padding-top:4px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:4px;
    }

    @media (max-width: 1200px) {

    .cjtYve {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }
    }

    @media (max-width: 960px) {

    .cjtYve {
      flex:0;
    }
    }

    .buXbXl {
      flex:1;
      color:white;
      width:auto;
      height:28px;
      display:inline;
      font-size:16px;
      align-items:flex-start;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
      line-height:26px;
      user-select:none;
      justify-content:center;
    }

    .cCYXsI {
      width:100%;
    }

    .HomePage\:fL73xwvUPqdQCUdxteEYW {
      width:100%;
    }

    .exVyLC {
      width:360px;
      display:flex;
      row-gap:8px;
      column-gap:8px;
    }

    @media (max-width: 960px) {

    .exVyLC {
      width:100%;
    }
    }

    .CWEqu {
      display:grid;
      overflow-x:hidden;
      overflow-y:hidden;
      grid-template:auto / 1fr 1fr;
      border-top-color:#413d51;
      border-top-style:solid;
      border-top-width:1px;
    }

    @media (max-width: 768px) {

    .CWEqu {
      grid-template:auto / 1fr;
    }
    }

    .bAkuCA {
      color:#ffffff;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      padding-left:2px;
      padding-right:2px;
    }

    .HomePage\:lfVF9ZnfG2yJrIJI3OEUV {
      width:100%;
    }

    .exwqiC {
      flex:2;
      color:#8a93ab;
      width:auto;
      display:inline;
      font-size:13px;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
    }

    .diCTfW {
      flex:2;
      color:white;
      min-height:100vh;
      padding-top:80px;
      padding-left:80px;
      padding-right:80px;
      padding-bottom:80px;
    }

    @media (max-width: 768px) {

    .diCTfW {
      width:100%;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:80px;
    }
    }

    .HomePage\:qdnQ4d5dFj8F8WPncHnqs {
      width:100%;
    }

    .ePYbfE {
      width:100%;
      height:100%;
      display:flex;
      row-gap:24px;
      column-gap:24px;
      align-items:flex-start;
      padding-top:8px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
      border-bottom-color:#413d51;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 1200px) {

    .ePYbfE {
      display:none;
    }
    }

    .bTIFZM {
      width:100%;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .ehRTyl {
      width:100%;
      overflow-x:hidden;
      overflow-y:hidden;
    }

    @media (max-width: 768px) {

    .ehRTyl {
      grid-template:auto / 1fr;
    }
    }

    .dUmebc {
      display:flex;
      row-gap:1px;
      column-gap:1px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    @media (max-width: 1200px) {

    .dUmebc {
      flex:1;
    }
    }

    .dAHYUU {
      color:white;
      display:inline;
      font-size:16px;
      font-family:"Roboto Mono";
      font-weight:var(--font-weight-regular);
    }

    .eoxZUZ {
      flex:1;
      color:#abb7d4;
      opacity:0.76;
      font-size:13px;
      font-family:Inter;
      font-weight:var(--font-weight-light);
      line-height:1.4em;
    }

    .eIZlPc.close {
      rotate:0 0 1 180deg;
    }

    .MkIZK {
      width:30%;
      height:100%;
      display:flex;
      background:#101014;
      align-items:center;
      justify-content:flex-start;
      border-left-color:#31313f;
      border-left-style:solid;
      border-left-width:1px;
    }

    @media (max-width: 960px) {

    .MkIZK {
      left:0px;
      width:100%;
      bottom:0px;
      display:none;
      position:absolute;
    }
    }

    @media (max-width: 1200px) {

    .MkIZK {
      width:40%;
    }
    }